When resolving an incident from the API I can successfully resolve the iincident using a PUT to the /incidents/{id} endpoint, however a Note is not added with the resolution supplied. Anyone else done this before?
{
“incident”: {
“type”: “incident”,
“status”: “resolved”,
“resolution”: “im resolved!”
}
}